home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 26
/
Mac Magazin and MacEasy Magazine CD - Issue 26.iso
/
Wissenschaft & Technik
/
TimGA 1.1 ƒ
/
Graphs
/
(1) Small graphs
/
10 - Binary Tree
< prev
next >
Wrap
Text File
|
1995-08-02
|
333b
|
41 lines
|V|: 31 // Number of nodes
|E|: 30 // Number of edges
1 2 // Edges are represented as pairs of node numbers...
1 3
2 4
2 5
3 6
3 7
4 8
4 9
5 10
5 11
6 12
6 13
7 14
7 15
8 16
8 17
9 18
9 19
10 20
10 21
11 22
11 23
12 24
12 25
13 26
13 27
14 28
14 29
15 30
15 31
---
This graph is a binary tree.